x86/emulator: add emulation of SIMD FP moves
authorJan Beulich <jbeulich@suse.com>
Thu, 1 Dec 2011 07:49:31 +0000 (08:49 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 1 Dec 2011 07:49:31 +0000 (08:49 +0100)
commit316af62170b0d0b12fc0d6bf5bd2b09776914633
treebe134057def1eb9507616b9cd0b57664181cbcc3
parent11c35f84b53622c429071049b830bb9b7a880eff
x86/emulator: add emulation of SIMD FP moves

Clone the existing movq emulation to also support the most fundamental
SIMD FP moves.

Extend the testing code to also exercise these instructions.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
tools/tests/x86_emulator/test_x86_emulator.c
xen/arch/x86/x86_emulate/x86_emulate.c